home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2693 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: newsfeed.tip.net!usenet
  2. From: mats@plea.se (Mats Magnusson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: UNIX running AmigaOS?
  5. Date: 4 Feb 1996 06:16:16 GMT
  6. Organization: Uniplus Internet Access
  7. Message-ID: <1213.6608T386T1117@plea.se>
  8. References: <4dompv$s4q@newsstand.cit.cornell.edu>
  9. NNTP-Posting-Host: beatles.plea.se
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >Here's a thought I had about AmigaOS and UNIX running concurrently.  I've
  13. >heard that there was at one time a project to develop a UNIX system which
  14. >would multitask with AmigaOS.  This sounds neat, but there would probably be
  15. >a lot of work involved in rewriting the UNIX source code.  Here's my thought:
  16.  
  17. Well, i think it would only be reasonable to run LINUX or NetBSD as a
  18. AmigaOS task, or a set of tasks.
  19.  
  20. >Wouldn't it make more sense to take say NetBSD or Linux for Amiga and then
  21. >rewrite the much smaller amiga Exec to run under NetBSD/Linux?
  22.  
  23. Since linux and netbsd is available at source-code-level, a replacement for
  24. their hardware drivers wouldn't be too impossible, f.ex. using scsi.device
  25. and a intuition screen instead of disk/gfx hardware. The hard part, which i
  26. know about nothing about, is how it's possible to set up the MMU in a way
  27. that it will work with both os'es running simultaneously,
  28.  
  29. >Maybe even in this situation, AmigaOS would automatically have virtual memory
  30. >as a result of Exec using the UNIX kernel routines.
  31.  
  32. To have virtual memory support for every single program, you not only have
  33. to emulate the amiga, but you also have to emulate the whole supervisor
  34. mode of the CPU :(
  35.  
  36.  
  37.